﻿2026-05-28T04:15:08.4206659Z ##[group]Run git config --global user.name "github-actions[bot]"
2026-05-28T04:15:08.4207721Z [36;1mgit config --global user.name "github-actions[bot]"[0m
2026-05-28T04:15:08.4208258Z [36;1mgit config --global user.email "github-actions[bot]@users.noreply.github.com"[0m
2026-05-28T04:15:08.4208766Z [36;1mgit config --local filter.lfs.clean "cat"[0m
2026-05-28T04:15:08.4209127Z [36;1mgit config --local filter.lfs.smudge "cat"[0m
2026-05-28T04:15:08.4209480Z [36;1mgit config --local filter.lfs.required false[0m
2026-05-28T04:15:08.4209836Z [36;1mgit reset --hard HEAD[0m
2026-05-28T04:15:08.4210072Z [36;1m[0m
2026-05-28T04:15:08.4210258Z [36;1mfor i in {1..3}; do[0m
2026-05-28T04:15:08.4210539Z [36;1m  echo "Attempt $i to aggregate and push..."[0m
2026-05-28T04:15:08.4210883Z [36;1m  git pull --rebase origin master[0m
2026-05-28T04:15:08.4211171Z [36;1m[0m
2026-05-28T04:15:08.4211405Z [36;1m  python3 tools/aggregate_regression.py[0m
2026-05-28T04:15:08.4211837Z [36;1m  git add docs/regression-history.json docs/regression-dashboard.md[0m
2026-05-28T04:15:08.4212381Z [36;1m  if git diff --quiet && git diff --staged --quiet; then[0m
2026-05-28T04:15:08.4212743Z [36;1m    echo "No changes to dashboard."[0m
2026-05-28T04:15:08.4213017Z [36;1m    exit 0[0m
2026-05-28T04:15:08.4213225Z [36;1m  fi[0m
2026-05-28T04:15:08.4213545Z [36;1m  git commit -m "docs: update nightly regression dashboard [skip ci]"[0m
2026-05-28T04:15:08.4213949Z [36;1m  if git push origin master; then[0m
2026-05-28T04:15:08.4214289Z [36;1m    echo "Successfully pushed dashboard update."[0m
2026-05-28T04:15:08.4214609Z [36;1m    exit 0[0m
2026-05-28T04:15:08.4214809Z [36;1m  else[0m
2026-05-28T04:15:08.4215080Z [36;1m    echo "Push failed (concurrent commit). Retrying..."[0m
2026-05-28T04:15:08.4215435Z [36;1m    git reset --hard HEAD~1[0m
2026-05-28T04:15:08.4215693Z [36;1m  fi[0m
2026-05-28T04:15:08.4215887Z [36;1mdone[0m
2026-05-28T04:15:08.4216172Z [36;1mecho "Failed to push dashboard update after 3 attempts."[0m
2026-05-28T04:15:08.4216514Z [36;1mexit 1[0m
2026-05-28T04:15:08.4321190Z shell: /usr/bin/bash -e {0}
2026-05-28T04:15:08.4321518Z env:
2026-05-28T04:15:08.4321808Z   pythonLocation: /opt/hostedtoolcache/Python/3.14.5/x64
2026-05-28T04:15:08.4322274Z   PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.14.5/x64/lib/pkgconfig
2026-05-28T04:15:08.4322715Z   Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.14.5/x64
2026-05-28T04:15:08.4323107Z   Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.14.5/x64
2026-05-28T04:15:08.4323511Z   Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.14.5/x64
2026-05-28T04:15:08.4323916Z   LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.14.5/x64/lib
2026-05-28T04:15:08.4324248Z ##[endgroup]
2026-05-28T04:15:08.5234734Z Encountered 1 file that should have been a pointer, but wasn't:
2026-05-28T04:15:08.5237770Z 	app/coverage-baselines/gmd_smoke.ec
2026-05-28T04:15:08.5245899Z HEAD is now at 280785b Add Phase 6 macrobenchmark regression coverage (#119) (#129)
2026-05-28T04:15:08.5252718Z Attempt 1 to aggregate and push...
2026-05-28T04:15:08.5841040Z error: cannot pull with rebase: You have unstaged changes.
2026-05-28T04:15:08.5842286Z error: Please commit or stash them.
2026-05-28T04:15:08.5871736Z ##[error]Process completed with exit code 128.
